home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Media Design Review 1999
/
Interactive Media Design Review 1999.iso
/
mac
/
allfiles
/
Centri
/
Centri.dir
/
00197_Script_CursorChange-Hand
< prev
next >
Wrap
Text File
|
1999-02-25
|
791b
|
28 lines
on mouseWithin me
cursor 260
set the visibility of sprite 50 = 1
set the loc of sprite 50 to point (the mouseh, the mousev + 50)
if the memberNum of sprite the spriteNum of me = 236 then
set the memberNum of sprite 50 = 206
else if the memberNum of sprite the spriteNum of me = 238 then
set the memberNum of sprite 50 = 208
else if the memberNum of sprite the spriteNum of me = 240 then
set the memberNum of sprite 50 = 209
else if the memberNum of sprite the spriteNum of me = 242 then
set the memberNum of sprite 50 = 207
else if the memberNum of sprite the spriteNum of me = 244 then
set the visibility of sprite 50 = 0
end if
end
on mouseLeave me
cursor -1
set the visibility of sprite 50 = 0
end